Platform Explorer / Nuxeo Platform 6.0

Operation Document.Move (Move)

Description

Move the input document into the target folder.
Operation id Document.Move
Category Document
Label Move
Requires
Since

Parameters

Name Description Type Required Default value
target document yes  
name string no  

Signature

Inputs document, documents
Outputs document, documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.document.MoveDocument
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Document.Move",
  "label" : "Move",
  "category" : "Document",
  "requires" : null,
  "description" : "Move the input document into the target folder.",
  "url" : "Document.Move",
  "signature" : [ "document", "document", "documents", "documents" ],
  "params" : [ {
    "name" : "target",
    "description" : null,
    "type" : "document",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "name",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}